.comp__car.two .iten__car__minus {
    left: inherit;
    right: 10px;
    bottom: 0;
    top: inherit
}

.comp__car.two .iten__car__minus:before {
    content: "\e608"
}

.comp__car.two .item__car__more:before {
    content: "\e609"
}

.comp__car.two .item__car__cant__select {
    height: 30px;
    width: 100px
}

.comp__car.three .item__car {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 15px
}

.comp__car.three .item__car:first-child {
    border-top: 1px solid #efefef
}

.comp__car.three .item__car__img {
    width: 112px;
    height: 112px
}

.comp__car.three .item__car__info {
    width: calc(100% - 112px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px
}

.comp__car.three .item__car__cant {
    width: 87px;
    position: absolute;
    top: 0;
    right: 0
}

.comp__car.three .item__car__delete {
    display: inline-block;
    width: auto;
    color: #727277;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 60px;
    right: 0
}

.comp__car.three .item__car__delete:before {
    display: none
}

.comp__car.three .item__car__text,
.comp__car.three .item__car__title {
    width: calc(100% - 58%)
}

.comp__car.three .item__car__price {
    width: 100%
}

.comp__car.three .item__price__new {
    margin-left: 0
}

.car__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.car__header__item {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.car__header__item h3 {
    margin: 0;
    padding: 0
}

.car__header__item.producto {
    width: 70%
}

.car__header__item.cantidad {
    width: 30%
}

.item__car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #efefef
}

.item__car__img {
    width: 90px;
    height: 90px
}
.stepper-value{
    text-align: center;
    font-size: 14px;
}

.item__car__img figure {
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.item__car__img img {
    display: block;
    width: initial;
    max-width: 100%;
    max-height: 100%
}

.item__car__info {
    width: calc(100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.item__car__title {
    margin-bottom: 5px
}

.item__car__title h4 {
    line-height: 14.4px;
    color: #727277;
    font-size: 12px;
    margin-top: -16px;
    margin-left: 4px;
    width: 225px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

@media screen and (max-width:900px) {
    .item__car__title h4 {
        line-height: 14.4px;
        color: #727277;
        font-size: 12px;
        margin-top: -16px;
        margin-left: 4px;
        width: 225px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}
.cart-error {
    width: 100%;
    text-align: center;
    color: #7aba3a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100% 0 50% 0;
}
.item__car__text {
    line-height: 16.9px;
    color: #727277;
    font-size: 14px
}

.item__car__text p {
    margin-bottom: 0;
    margin-left: 5px;
    line-height: 17px;
    font-size: 12px;
    color: #6a6a6a;
    font-weight: 800
}

.item__car__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.item__car__sku span {
    margin-right: 10px
}

.item__car__sku span:last-child {
    margin-right: 0
}

.item__price__old {
    text-decoration: line-through
}

.item__price__new {
    margin-left: 10px
}

.item__car__cant {
    width: calc(30% - 20px)
}

.item__car__cant h3 {
    margin: 0 0 10px 0;
    font-weight: 400;
    display: none
}

.item__car__sub__total {
    width: calc(100% - 80px)
}

.item__car__cant__select {
    width: 85px;
    height: 43px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 3px
}

.iten__car__minus {
    width: 25px;
    height: 43px;
    line-height: 43px;
    color: #727277;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.item__car__more {
    width: 25px;
    height: 43px;
    line-height: 43px;
    color: #727277;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.item__car__select {
    width: 35px;
    height: 100%;
    text-align: center;
    margin: 0 auto
}

.item__car__select input {
    border: none;
    background: 0 0;
    width: 35px;
    height: 100%;
    color: #2b2b29;
    font-size: 14px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.item__car__delete {
    width: 20px;
    height: 20px;
    position: relative
}

.item__car__delete:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    cursor: pointer;
    color: #727277
}

@media screen and (max-width:1024px) {

    .comp__car.three .item__car__text,
    .comp__car.three .item__car__title {
        width: calc(100% - 32%)
    }
}

@media screen and (max-width:960px) {

    .comp__car.three .item__car__text,
    .comp__car.three .item__car__title {
        width: calc(100% - 52%)
    }
}

@media screen and (max-width:767px) {
    .comp__car.three .item__car__delete {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .comp__car.three .item__car__price {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .comp__car.three .item__car__cant {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin: 0;
        position: static;
        margin-top: 10px
    }

    .comp__car.three .item__car__sub__total {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .comp__car.three .item__car__text,
    .comp__car.three .item__car__title {
        width: calc(100% - 150px)
    }

    .item__car {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .car__header {
        display: none
    }

    .item__car__cant {
        width: calc(100% - 82px);
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 5px;
        margin-left: auto
    }

    .item__car__cant h3 {
        display: block
    }

    .item__car__img {
        width: 70px
    }

    .item__car__delete {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .item__car__info {
        width: calc(100% - 120px);
        padding-right: 20px
    }

    .item__car__sub__total {
        width: 60px
    }

    .item__car__sub__total span {
        display: block;
        font-size: 11px
    }
}

@media screen and (max-width:480px) {
    .comp__car.three .item__car {
        padding-left: 10px;
        padding-right: 10px
    }

    .comp__car.three .item__car__img {
        width: 70px
    }

    .comp__car.three .item__car__info {
        width: calc(100% - 70px)
    }

    .comp__car.three .item__car__delete {
        width: 20px;
        height: 20px;
        font-size: 0
    }

    .comp__car.three .item__car__delete:before {
        display: block
    }

    .comp__car.three .item__car__text,
    .comp__car.three .item__car__title {
        width: calc(100% - 30px)
    }
}
